home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / Debian / Debhelper / Sequence / python_central.pm
Encoding:
Text File  |  2009-04-16  |  196 b   |  12 lines

  1. #!/usr/bin/perl
  2. # debhelper sequence file for python-central
  3.  
  4. use warnings;
  5. use strict;
  6. use Debian::Debhelper::Dh_Lib;
  7.  
  8. insert_after("dh_perl", "dh_pycentral");
  9. remove_command("dh_pysupport");
  10.  
  11. 1
  12.